It represents data for the respective file table within the respective block of file.
More...
|
| string | Name = string.Empty [get] |
| |
| Dictionary< string, List< string > > | Cells = new Dictionary<string [get] |
| |
| Dictionary< int, string > | _col_definition = new Dictionary<int, string>() |
| |
It represents data for the respective file table within the respective block of file.
◆ Table()
| FEXPEnterpriseCommonLibrary.FEXPInputData.Table.Table |
( |
string |
name, |
|
|
IEnumerable< string > |
definition |
|
) |
| |
◆ AddRowData()
| void FEXPEnterpriseCommonLibrary.FEXPInputData.Table.AddRowData |
( |
IEnumerable< string > |
data | ) |
|
It adds one row data to table.
◆ GetColumnsDefinition()
| IEnumerable<string> FEXPEnterpriseCommonLibrary.FEXPInputData.Table.GetColumnsDefinition |
( |
| ) |
|
It gives collection of column names.
◆ ToString()
| override string FEXPEnterpriseCommonLibrary.FEXPInputData.Table.ToString |
( |
| ) |
|
It gives name of respective table.
◆ _col_definition
| Dictionary<int, string> FEXPEnterpriseCommonLibrary.FEXPInputData.Table._col_definition = new Dictionary<int, string>() |
◆ Cells
| Dictionary<string, List<string> > FEXPEnterpriseCommonLibrary.FEXPInputData.Table.Cells = new Dictionary<string |
|
get |
◆ Name
| string FEXPEnterpriseCommonLibrary.FEXPInputData.Table.Name = string.Empty |
|
get |
The documentation for this class was generated from the following file: